home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November A / PCWK1103A.iso / Adobe After Effects 6.0 tryout / InterpEnglishOnly.Cab / F2340062_interpretationrules.txt
Text File  |  2003-07-18  |  4KB  |  94 lines

  1. # "Interpretation Rules.txt"
  2. # Adobe After Effects Automatic Footage Interpretation
  3. #  
  4. # lines beginning with "#" are comments
  5. #
  6. # basic format of a hard rule: {match requirements} = {set interpretation}
  7. # basic format of a soft rule: {match requirements} ~ {set interpretation}
  8. #
  9. # + for each rule that matches, the interpretation is set; wild-cards ("*") allowed
  10. #   on both sides; wildcard match matches anything, wildcard set sets nothing
  11. # + multiple rules are allowed to match, later matches override earlier matches
  12. # + all rules are scanned in order, one rule per line
  13. # + rules are applied after pixel aspect ratio, alpha information, and field label
  14. #   information is read from a file
  15. #
  16. # + soft rules will not override values that are specified explicitly by the file format
  17. #
  18. # width, height, frame-rate, file-type, codec = 
  19. #     pixel aspect ratio/name, field order, conform frame-rate, alpha interp
  20. #
  21. # width & height are integer numbers
  22. # frame-rate is a decimal number
  23. # file-type is four characters in quotes (4c's)
  24. # codec (applicable for QT & AVI only) is also 4c's
  25. #
  26. # to find out the file-type and/or codec 4c's for a specific type of footage,
  27. #    opt-click (Mac) or alt-click (Windows) on the footage in the project window;
  28. #    the 4c codes will appear in the last line of text by the thumbnail
  29. #
  30. # the pixel aspect ratio is a ratio of integers (e.g. 10/11)
  31. #   optionally followed by a name for that ratio (e.g. 10/11/"My Aspect")
  32. # the field order is a single character, (F=frame, U=upper field, or L=lower field)
  33. # the conform frame-rate is a decimal number
  34. # alpha interp: (I=ignore, S=straight, P=premul/black, W=premul/white)
  35. #    alpha interp is ignored for footage without an alpha channel
  36. #
  37.  
  38. # soft rule; assume ATSC 704x480 in any format is D1 aspect
  39. 704, 480, 29.97, *, * ~ 648/720, *, *, *
  40.  
  41. # NTSC rules
  42. # soft rule; assume 720x480 29.97fps formats are DV NTSC (lower, NTSC D1/DV aspect)
  43. # soft rule; assume 720x480 formats with all frame rates have NTSC DV/D1 pixel aspect ratio
  44. # soft rule; assume 720x486 formats with all frame rates have NTSC DV/D1 pixel aspect ratio
  45. 720, 480, 29.97, *, * ~ 648/720, L, *, *
  46. 720, 480, *, *, * ~ 648/720, *, *, *
  47. 720, 486, *, *, * ~ 648/720, *, *, *
  48.  
  49. # PAL rules
  50. # soft rule; assume 720x576 25fps formats are DV PAL (lower, PAL D1/DV aspect)
  51. # soft rule; assume 720x576 formats with all frame rates have PAL DV/D1 pixel aspect ratio 
  52. 720, 576, 25, *, * ~ 768/720, L, *, *
  53. 720, 576, *, *, * ~ 768/720, *, *, *
  54.  
  55. # D16/D4 rules
  56. # soft rules; assume 2880x2048, 1440x1024 formats with all frame rates D16/D4 pixel aspect ratio
  57. 2880, 2048, *, *, * ~ 128/135, *, *, *
  58. 1440, 1024, *, *, * ~ 128/135, *, *, *
  59.  
  60. # assume NTSC DV is D1 aspect, lower-field
  61. # <obsolete rules -- superceded by soft rules above>
  62. # 720, 480, 29.97, "MooV", "dvc " = 648/720, L, *, *
  63. # 720, 480, 29.97, "MooV", "dvpn" = 648/720, L, *, *
  64. # 720, 480, 29.97, ".AVI", "dvsd" = 648/720, L, *, *
  65.  
  66.  
  67. # hardware- and format-specific rules
  68.  
  69. # Media 100 640 x 480 is square-pixel, upper-field first
  70. 640, 480, 29.97, "MooV", "dtmt" = 1/1, U, *, *
  71.  
  72. # Media 100 Finish 720 x 486 is D1-pixel-aspect, lower-field first
  73. 720, 486, 29.97, "MooV", "dtNT" = 648/720, L, *, *
  74.  
  75. # assume Matrox DigiSuite is D1-pixel-aspect, lower-field first
  76. 720, 486, 29.97, ".AVI", "MJPG" = 648/720, L, *, *
  77.  
  78. # assume Pinnacle Targa 3000 YUV is D1-pixel-aspect, lower-field first
  79. 720, 486, 29.97, ".AVI", "UYVY" = 648/720, L, *, *
  80.  
  81. # Media 100 Mac 720 x 486 is field-labeled by Media 100, and
  82. # can be upper or lower depending on the hardware, but
  83. # uncomment the next line to force D1, lower-field first
  84. # 720, 486, 29.97, "MooV", "dtmt" = 648/720, L, *, *
  85.  
  86. # Avid 640x480 is square-pixel, upper-field first
  87. 640, 480, *, "MooV", "avr " = 1/1, U, *, *
  88.  
  89. # Electric Image writes straight alpha files
  90. *, *, *, "EIDI", * = *, *, *, S
  91.  
  92. # only adds a custom pixel aspect ratio to the popup in the Comp Settings & Interpret Footage
  93. # dialog boxes -- uncomment the next line to try it out
  94. # 0, 0, 0, "0000", * = 10/11/"Custom Aspect", *, *, *